ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / PropertyChangingEventArgs<T> Class / Cancel Property

In This Topic
    Cancel Property (PropertyChangingEventArgs<T>)
    In This Topic
    Gets or sets a value indicating whether this PropertyChangingEventArgs<T> is cancel.
    Syntax
    'Declaration
     
    Public Property Cancel As System.Boolean
    public System.bool Cancel {get; set;}

    Property Value

    true if cancel; otherwise, false.
    See Also